From: Glenn Morris Date: Sun, 1 Sep 2013 01:52:54 +0000 (-0700) Subject: Further tweak previous change X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3275^2~36 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2e4a0a90718bae5534d74a6dd3d232c7d9bf61be;p=emacs.git Further tweak previous change --- diff --git a/lisp/frame.el b/lisp/frame.el index bd023dae37c..3668f24ba01 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -875,7 +875,8 @@ Set this to the symbol `dark' if your background color is dark, if you want Emacs to examine the brightness for you. If you change this without using customize, you should use -`frame-set-background-mode' to update existing frames." +`frame-set-background-mode' to update existing frames; +e.g. (mapc 'frame-set-background-mode (frame-list))." :group 'faces :set #'(lambda (var value) (set-default var value)